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