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