Uses of Class
software.amazon.awssdk.services.qconnect.model.SystemEndpointAttributes
-
Packages that use SystemEndpointAttributes Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SystemEndpointAttributes in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return SystemEndpointAttributes Modifier and Type Method Description SystemEndpointAttributesSystemAttributes. customerEndpoint()The CustomerEndpoint attribute.SystemEndpointAttributesSystemAttributes. systemEndpoint()The SystemEndpoint attribute.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type SystemEndpointAttributes Modifier and Type Method Description SystemAttributes.BuilderSystemAttributes.Builder. customerEndpoint(SystemEndpointAttributes customerEndpoint)The CustomerEndpoint attribute.SystemAttributes.BuilderSystemAttributes.Builder. systemEndpoint(SystemEndpointAttributes systemEndpoint)The SystemEndpoint attribute.
-