Uses of Class
software.amazon.awssdk.services.proton.model.CreateEnvironmentAccountConnectionResponse
-
Packages that use CreateEnvironmentAccountConnectionResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of CreateEnvironmentAccountConnectionResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return CreateEnvironmentAccountConnectionResponse Modifier and Type Method Description default CreateEnvironmentAccountConnectionResponseProtonClient. createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> createEnvironmentAccountConnectionRequest)Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account.default CreateEnvironmentAccountConnectionResponseProtonClient. createEnvironmentAccountConnection(CreateEnvironmentAccountConnectionRequest createEnvironmentAccountConnectionRequest)Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account.Methods in software.amazon.awssdk.services.proton that return types with arguments of type CreateEnvironmentAccountConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateEnvironmentAccountConnectionResponse>ProtonAsyncClient. createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> createEnvironmentAccountConnectionRequest)Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account.default CompletableFuture<CreateEnvironmentAccountConnectionResponse>ProtonAsyncClient. createEnvironmentAccountConnection(CreateEnvironmentAccountConnectionRequest createEnvironmentAccountConnectionRequest)Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account.
-