Uses of Interface
software.amazon.awssdk.services.rds.model.EnableHttpEndpointRequest.Builder
-
Packages that use EnableHttpEndpointRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of EnableHttpEndpointRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type EnableHttpEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableHttpEndpointResponse>RdsAsyncClient. enableHttpEndpoint(Consumer<EnableHttpEndpointRequest.Builder> enableHttpEndpointRequest)Enables the HTTP endpoint for the DB cluster.default EnableHttpEndpointResponseRdsClient. enableHttpEndpoint(Consumer<EnableHttpEndpointRequest.Builder> enableHttpEndpointRequest)Enables the HTTP endpoint for the DB cluster. -
Uses of EnableHttpEndpointRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EnableHttpEndpointRequest.Builder Modifier and Type Method Description static EnableHttpEndpointRequest.BuilderEnableHttpEndpointRequest. builder()EnableHttpEndpointRequest.BuilderEnableHttpEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableHttpEndpointRequest.BuilderEnableHttpEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableHttpEndpointRequest.BuilderEnableHttpEndpointRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the DB cluster.EnableHttpEndpointRequest.BuilderEnableHttpEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type EnableHttpEndpointRequest.Builder Modifier and Type Method Description static Class<? extends EnableHttpEndpointRequest.Builder>EnableHttpEndpointRequest. serializableBuilderClass()
-