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