Uses of Class
software.amazon.awssdk.services.proton.model.UpdateEnvironmentAccountConnectionResponse
-
Packages that use UpdateEnvironmentAccountConnectionResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of UpdateEnvironmentAccountConnectionResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return UpdateEnvironmentAccountConnectionResponse Modifier and Type Method Description default UpdateEnvironmentAccountConnectionResponseProtonClient. updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role.default UpdateEnvironmentAccountConnectionResponseProtonClient. updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role.Methods in software.amazon.awssdk.services.proton that return types with arguments of type UpdateEnvironmentAccountConnectionResponse Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentAccountConnectionResponse>ProtonAsyncClient. updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role.default CompletableFuture<UpdateEnvironmentAccountConnectionResponse>ProtonAsyncClient. updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role.
-