Uses of Class
software.amazon.awssdk.services.directconnect.model.ConfirmCustomerAgreementRequest
-
Packages that use ConfirmCustomerAgreementRequest 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.software.amazon.awssdk.services.directconnect.transform -
-
Uses of ConfirmCustomerAgreementRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type ConfirmCustomerAgreementRequest Modifier and Type Method Description default CompletableFuture<ConfirmCustomerAgreementResponse>DirectConnectAsyncClient. confirmCustomerAgreement(ConfirmCustomerAgreementRequest 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). -
Uses of ConfirmCustomerAgreementRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type ConfirmCustomerAgreementRequest Modifier and Type Method Description SdkHttpFullRequestConfirmCustomerAgreementRequestMarshaller. marshall(ConfirmCustomerAgreementRequest confirmCustomerAgreementRequest)
-