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