Uses of Interface
software.amazon.awssdk.services.directconnect.model.ConfirmCustomerAgreementRequest.Builder
-
Packages that use ConfirmCustomerAgreementRequest.Builder 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.model -
-
Uses of ConfirmCustomerAgreementRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type ConfirmCustomerAgreementRequest.Builder 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 ConfirmCustomerAgreementResponseDirectConnectClient. confirmCustomerAgreement(Consumer<ConfirmCustomerAgreementRequest.Builder> confirmCustomerAgreementRequest)The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG). -
Uses of ConfirmCustomerAgreementRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return ConfirmCustomerAgreementRequest.Builder Modifier and Type Method Description ConfirmCustomerAgreementRequest.BuilderConfirmCustomerAgreementRequest.Builder. agreementName(String agreementName)The name of the customer agreement.static ConfirmCustomerAgreementRequest.BuilderConfirmCustomerAgreementRequest. builder()ConfirmCustomerAgreementRequest.BuilderConfirmCustomerAgreementRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ConfirmCustomerAgreementRequest.BuilderConfirmCustomerAgreementRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ConfirmCustomerAgreementRequest.BuilderConfirmCustomerAgreementRequest. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type ConfirmCustomerAgreementRequest.Builder Modifier and Type Method Description static Class<? extends ConfirmCustomerAgreementRequest.Builder>ConfirmCustomerAgreementRequest. serializableBuilderClass()
-