Uses of Class
software.amazon.awssdk.services.directconnect.model.ConfirmCustomerAgreementResponse
-
Packages that use ConfirmCustomerAgreementResponse 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 ConfirmCustomerAgreementResponse in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect that return ConfirmCustomerAgreementResponse Modifier and Type Method Description default ConfirmCustomerAgreementResponseDirectConnectClient. confirmCustomerAgreement(Consumer<ConfirmCustomerAgreementRequest.Builder> confirmCustomerAgreementRequest)The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).default ConfirmCustomerAgreementResponseDirectConnectClient. confirmCustomerAgreement(ConfirmCustomerAgreementRequest confirmCustomerAgreementRequest)The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).Methods in software.amazon.awssdk.services.directconnect that return types with arguments of type ConfirmCustomerAgreementResponse Modifier and Type Method Description default CompletableFuture<ConfirmCustomerAgreementResponse>DirectConnectAsyncClient. confirmCustomerAgreement(Consumer<ConfirmCustomerAgreementRequest.Builder> confirmCustomerAgreementRequest)The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).default CompletableFuture<ConfirmCustomerAgreementResponse>DirectConnectAsyncClient. confirmCustomerAgreement(ConfirmCustomerAgreementRequest confirmCustomerAgreementRequest)The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
-