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