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