Uses of Class
software.amazon.awssdk.codegen.model.service.StaticContextParam
-
Packages that use StaticContextParam Package Description software.amazon.awssdk.codegen.model.intermediate software.amazon.awssdk.codegen.model.service -
-
Uses of StaticContextParam in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return types with arguments of type StaticContextParam Modifier and Type Method Description Map<String,StaticContextParam>
OperationModel. getStaticContextParams()
Method parameters in software.amazon.awssdk.codegen.model.intermediate with type arguments of type StaticContextParam Modifier and Type Method Description void
OperationModel. setStaticContextParams(Map<String,StaticContextParam> staticContextParams)
-
Uses of StaticContextParam in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return types with arguments of type StaticContextParam Modifier and Type Method Description Map<String,StaticContextParam>
Operation. getStaticContextParams()
Method parameters in software.amazon.awssdk.codegen.model.service with type arguments of type StaticContextParam Modifier and Type Method Description void
Operation. setStaticContextParams(Map<String,StaticContextParam> staticContextParams)
-