Uses of Class
software.amazon.awssdk.services.cloudfront.model.ConnectionGroup
Packages that use ConnectionGroup
-
Uses of ConnectionGroup in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ConnectionGroupModifier and TypeMethodDescriptionfinal ConnectionGroupCreateConnectionGroupResponse.connectionGroup()The connection group that you created.final ConnectionGroupGetConnectionGroupByRoutingEndpointResponse.connectionGroup()Returns the value of the ConnectionGroup property for this object.final ConnectionGroupGetConnectionGroupResponse.connectionGroup()The connection group that you retrieved.final ConnectionGroupUpdateConnectionGroupResponse.connectionGroup()The connection group that you updated.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ConnectionGroupModifier and TypeMethodDescriptionCreateConnectionGroupResponse.Builder.connectionGroup(ConnectionGroup connectionGroup) The connection group that you created.GetConnectionGroupByRoutingEndpointResponse.Builder.connectionGroup(ConnectionGroup connectionGroup) Sets the value of the ConnectionGroup property for this object.GetConnectionGroupResponse.Builder.connectionGroup(ConnectionGroup connectionGroup) The connection group that you retrieved.UpdateConnectionGroupResponse.Builder.connectionGroup(ConnectionGroup connectionGroup) The connection group that you updated.