Uses of Class
software.amazon.awssdk.services.proton.model.RejectEnvironmentAccountConnectionResponse
-
Packages that use RejectEnvironmentAccountConnectionResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of RejectEnvironmentAccountConnectionResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return RejectEnvironmentAccountConnectionResponse Modifier and Type Method Description default RejectEnvironmentAccountConnectionResponseProtonClient. rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest)In a management account, reject an environment account connection from another environment account.default RejectEnvironmentAccountConnectionResponseProtonClient. rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest)In a management account, reject an environment account connection from another environment account.Methods in software.amazon.awssdk.services.proton that return types with arguments of type RejectEnvironmentAccountConnectionResponse Modifier and Type Method Description default CompletableFuture<RejectEnvironmentAccountConnectionResponse>ProtonAsyncClient. rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest)In a management account, reject an environment account connection from another environment account.default CompletableFuture<RejectEnvironmentAccountConnectionResponse>ProtonAsyncClient. rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest)In a management account, reject an environment account connection from another environment account.
-