Uses of Interface
software.amazon.awssdk.services.ssm.endpoints.SsmEndpointParams.Builder
Packages that use SsmEndpointParams.Builder
-
Uses of SsmEndpointParams.Builder in software.amazon.awssdk.services.ssm.endpoints
Methods in software.amazon.awssdk.services.ssm.endpoints that return SsmEndpointParams.BuilderModifier and TypeMethodDescriptionstatic SsmEndpointParams.BuilderSsmEndpointParams.builder()SsmEndpointParams.toBuilder()SsmEndpointParams.Builder.useDualStack(Boolean useDualStack) Method parameters in software.amazon.awssdk.services.ssm.endpoints with type arguments of type SsmEndpointParams.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Endpoint>SsmEndpointProvider.resolveEndpoint(Consumer<SsmEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.