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