Uses of Class
software.amazon.awssdk.services.datazone.model.PhysicalEndpoint
-
Packages that use PhysicalEndpoint Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of PhysicalEndpoint in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type PhysicalEndpoint Modifier and Type Method Description List<PhysicalEndpoint>ConnectionSummary. physicalEndpoints()The connection physical endpoints.List<PhysicalEndpoint>CreateConnectionResponse. physicalEndpoints()The physical endpoints of the connection.List<PhysicalEndpoint>GetConnectionResponse. physicalEndpoints()The physical endpoints of the connection.List<PhysicalEndpoint>UpdateConnectionResponse. physicalEndpoints()The physical endpoints of the connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type PhysicalEndpoint Modifier and Type Method Description ConnectionSummary.BuilderConnectionSummary.Builder. physicalEndpoints(PhysicalEndpoint... physicalEndpoints)The connection physical endpoints.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. physicalEndpoints(PhysicalEndpoint... physicalEndpoints)The physical endpoints of the connection.GetConnectionResponse.BuilderGetConnectionResponse.Builder. physicalEndpoints(PhysicalEndpoint... physicalEndpoints)The physical endpoints of the connection.UpdateConnectionResponse.BuilderUpdateConnectionResponse.Builder. physicalEndpoints(PhysicalEndpoint... physicalEndpoints)The physical endpoints of the connection.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type PhysicalEndpoint Modifier and Type Method Description ConnectionSummary.BuilderConnectionSummary.Builder. physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints)The connection physical endpoints.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints)The physical endpoints of the connection.GetConnectionResponse.BuilderGetConnectionResponse.Builder. physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints)The physical endpoints of the connection.UpdateConnectionResponse.BuilderUpdateConnectionResponse.Builder. physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints)The physical endpoints of the connection.
-