Uses of Interface
software.amazon.awssdk.services.chimesdkidentity.endpoints.ChimeSdkIdentityEndpointParams.Builder
-
Packages that use ChimeSdkIdentityEndpointParams.Builder Package Description software.amazon.awssdk.services.chimesdkidentity.endpoints -
-
Uses of ChimeSdkIdentityEndpointParams.Builder in software.amazon.awssdk.services.chimesdkidentity.endpoints
Methods in software.amazon.awssdk.services.chimesdkidentity.endpoints that return ChimeSdkIdentityEndpointParams.Builder Modifier and Type Method Description static ChimeSdkIdentityEndpointParams.BuilderChimeSdkIdentityEndpointParams. builder()ChimeSdkIdentityEndpointParams.BuilderChimeSdkIdentityEndpointParams.Builder. endpoint(String endpoint)ChimeSdkIdentityEndpointParams.BuilderChimeSdkIdentityEndpointParams.Builder. region(Region region)ChimeSdkIdentityEndpointParams.BuilderChimeSdkIdentityEndpointParams. toBuilder()ChimeSdkIdentityEndpointParams.BuilderChimeSdkIdentityEndpointParams.Builder. useDualStack(Boolean useDualStack)ChimeSdkIdentityEndpointParams.BuilderChimeSdkIdentityEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.chimesdkidentity.endpoints with type arguments of type ChimeSdkIdentityEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>ChimeSdkIdentityEndpointProvider. resolveEndpoint(Consumer<ChimeSdkIdentityEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-