Uses of Class
software.amazon.awssdk.services.proton.model.DeleteEnvironmentAccountConnectionResponse
-
Packages that use DeleteEnvironmentAccountConnectionResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of DeleteEnvironmentAccountConnectionResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return DeleteEnvironmentAccountConnectionResponse Modifier and Type Method Description default DeleteEnvironmentAccountConnectionResponseProtonClient. deleteEnvironmentAccountConnection(Consumer<DeleteEnvironmentAccountConnectionRequest.Builder> deleteEnvironmentAccountConnectionRequest)In an environment account, delete an environment account connection.default DeleteEnvironmentAccountConnectionResponseProtonClient. deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest)In an environment account, delete an environment account connection.Methods in software.amazon.awssdk.services.proton that return types with arguments of type DeleteEnvironmentAccountConnectionResponse Modifier and Type Method Description default CompletableFuture<DeleteEnvironmentAccountConnectionResponse>ProtonAsyncClient. deleteEnvironmentAccountConnection(Consumer<DeleteEnvironmentAccountConnectionRequest.Builder> deleteEnvironmentAccountConnectionRequest)In an environment account, delete an environment account connection.default CompletableFuture<DeleteEnvironmentAccountConnectionResponse>ProtonAsyncClient. deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest)In an environment account, delete an environment account connection.
-