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