Uses of Interface
software.amazon.awssdk.services.rds.model.DisableHttpEndpointResponse.Builder
-
Packages that use DisableHttpEndpointResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DisableHttpEndpointResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DisableHttpEndpointResponse.Builder Modifier and Type Method Description static DisableHttpEndpointResponse.BuilderDisableHttpEndpointResponse. builder()DisableHttpEndpointResponse.BuilderDisableHttpEndpointResponse.Builder. httpEndpointEnabled(Boolean httpEndpointEnabled)Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.DisableHttpEndpointResponse.BuilderDisableHttpEndpointResponse.Builder. resourceArn(String resourceArn)The ARN of the DB cluster.DisableHttpEndpointResponse.BuilderDisableHttpEndpointResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DisableHttpEndpointResponse.Builder Modifier and Type Method Description static Class<? extends DisableHttpEndpointResponse.Builder>DisableHttpEndpointResponse. serializableBuilderClass()
-