Uses of Class
software.amazon.awssdk.services.cloudfront.model.ConnectionGroup
-
Packages that use ConnectionGroup Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ConnectionGroup in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ConnectionGroup Modifier and Type Method Description ConnectionGroupCreateConnectionGroupResponse. connectionGroup()The connection group that you created.ConnectionGroupGetConnectionGroupByRoutingEndpointResponse. connectionGroup()Returns the value of the ConnectionGroup property for this object.ConnectionGroupGetConnectionGroupResponse. connectionGroup()The connection group that you retrieved.ConnectionGroupUpdateConnectionGroupResponse. connectionGroup()The connection group that you updated.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ConnectionGroup Modifier and Type Method Description CreateConnectionGroupResponse.BuilderCreateConnectionGroupResponse.Builder. connectionGroup(ConnectionGroup connectionGroup)The connection group that you created.GetConnectionGroupByRoutingEndpointResponse.BuilderGetConnectionGroupByRoutingEndpointResponse.Builder. connectionGroup(ConnectionGroup connectionGroup)Sets the value of the ConnectionGroup property for this object.GetConnectionGroupResponse.BuilderGetConnectionGroupResponse.Builder. connectionGroup(ConnectionGroup connectionGroup)The connection group that you retrieved.UpdateConnectionGroupResponse.BuilderUpdateConnectionGroupResponse.Builder. connectionGroup(ConnectionGroup connectionGroup)The connection group that you updated.
-