Uses of Class
software.amazon.awssdk.codegen.model.service.OperationContextParam
-
Packages that use OperationContextParam Package Description software.amazon.awssdk.codegen.model.intermediate software.amazon.awssdk.codegen.model.service -
-
Uses of OperationContextParam in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return types with arguments of type OperationContextParam Modifier and Type Method Description Map<String,OperationContextParam>OperationModel. getOperationContextParams()Method parameters in software.amazon.awssdk.codegen.model.intermediate with type arguments of type OperationContextParam Modifier and Type Method Description voidOperationModel. setOperationContextParams(Map<String,OperationContextParam> operationContextParams) -
Uses of OperationContextParam in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return types with arguments of type OperationContextParam Modifier and Type Method Description Map<String,OperationContextParam>Operation. getOperationContextParams()Map<String,OperationContextParam>CustomOperationContextParam. getOperationContextParamsMap()Method parameters in software.amazon.awssdk.codegen.model.service with type arguments of type OperationContextParam Modifier and Type Method Description voidOperation. setOperationContextParams(Map<String,OperationContextParam> operationContextParams)voidCustomOperationContextParam. setOperationContextParamsMap(Map<String,OperationContextParam> operationContextParamsMap)
-