Uses of Class
software.amazon.awssdk.services.proton.model.EnvironmentAccountConnection
-
Packages that use EnvironmentAccountConnection Package Description software.amazon.awssdk.services.proton.model -
-
Uses of EnvironmentAccountConnection in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return EnvironmentAccountConnection Modifier and Type Method Description EnvironmentAccountConnectionAcceptEnvironmentAccountConnectionResponse. environmentAccountConnection()The environment account connection data that's returned by Proton.EnvironmentAccountConnectionCreateEnvironmentAccountConnectionResponse. environmentAccountConnection()The environment account connection detail data that's returned by Proton.EnvironmentAccountConnectionDeleteEnvironmentAccountConnectionResponse. environmentAccountConnection()The detailed data of the environment account connection being deleted.EnvironmentAccountConnectionGetEnvironmentAccountConnectionResponse. environmentAccountConnection()The detailed data of the requested environment account connection.EnvironmentAccountConnectionRejectEnvironmentAccountConnectionResponse. environmentAccountConnection()The environment connection account detail data that's returned by Proton.EnvironmentAccountConnectionUpdateEnvironmentAccountConnectionResponse. environmentAccountConnection()The environment account connection detail data that's returned by Proton.Methods in software.amazon.awssdk.services.proton.model with parameters of type EnvironmentAccountConnection Modifier and Type Method Description AcceptEnvironmentAccountConnectionResponse.BuilderAcceptEnvironmentAccountConnectionResponse.Builder. environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The environment account connection data that's returned by Proton.CreateEnvironmentAccountConnectionResponse.BuilderCreateEnvironmentAccountConnectionResponse.Builder. environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The environment account connection detail data that's returned by Proton.DeleteEnvironmentAccountConnectionResponse.BuilderDeleteEnvironmentAccountConnectionResponse.Builder. environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The detailed data of the environment account connection being deleted.GetEnvironmentAccountConnectionResponse.BuilderGetEnvironmentAccountConnectionResponse.Builder. environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The detailed data of the requested environment account connection.RejectEnvironmentAccountConnectionResponse.BuilderRejectEnvironmentAccountConnectionResponse.Builder. environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The environment connection account detail data that's returned by Proton.UpdateEnvironmentAccountConnectionResponse.BuilderUpdateEnvironmentAccountConnectionResponse.Builder. environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The environment account connection detail data that's returned by Proton.
-