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