Uses of Class
software.amazon.awssdk.codegen.model.service.EndpointTrait
-
Packages that use EndpointTrait Package Description software.amazon.awssdk.codegen.model.intermediate software.amazon.awssdk.codegen.model.service -
-
Uses of EndpointTrait in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return EndpointTrait Modifier and Type Method Description EndpointTrait
OperationModel. getEndpointTrait()
Returns the endpoint trait that will be used to resolve the endpoint of an API.Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type EndpointTrait Modifier and Type Method Description void
OperationModel. setEndpointTrait(EndpointTrait endpointTrait)
Sets the endpoint trait that will be used to resolve the endpoint of an API. -
Uses of EndpointTrait in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return EndpointTrait Modifier and Type Method Description EndpointTrait
Operation. getEndpoint()
Methods in software.amazon.awssdk.codegen.model.service with parameters of type EndpointTrait Modifier and Type Method Description void
Operation. setEndpoint(EndpointTrait endpoint)
-