Uses of Class
software.amazon.awssdk.services.directconnect.model.DescribeCustomerMetadataResponse
-
Packages that use DescribeCustomerMetadataResponse Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. -
-
Uses of DescribeCustomerMetadataResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return DescribeCustomerMetadataResponse Modifier and Type Method Description default DescribeCustomerMetadataResponseDirectConnectClient. describeCustomerMetadata(Consumer<DescribeCustomerMetadataRequest.Builder> describeCustomerMetadataRequest)Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.default DescribeCustomerMetadataResponseDirectConnectClient. describeCustomerMetadata(DescribeCustomerMetadataRequest describeCustomerMetadataRequest)Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type DescribeCustomerMetadataResponse Modifier and Type Method Description default CompletableFuture<DescribeCustomerMetadataResponse>DirectConnectAsyncClient. describeCustomerMetadata(Consumer<DescribeCustomerMetadataRequest.Builder> describeCustomerMetadataRequest)Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.default CompletableFuture<DescribeCustomerMetadataResponse>DirectConnectAsyncClient. describeCustomerMetadata(DescribeCustomerMetadataRequest describeCustomerMetadataRequest)Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.
-