Uses of Class
software.amazon.awssdk.services.proton.model.GetEnvironmentAccountConnectionResponse
-
Packages that use GetEnvironmentAccountConnectionResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of GetEnvironmentAccountConnectionResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return GetEnvironmentAccountConnectionResponse Modifier and Type Method Description default GetEnvironmentAccountConnectionResponseProtonClient. getEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest)In an environment account, get the detailed data for an environment account connection.default GetEnvironmentAccountConnectionResponseProtonClient. getEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest)In an environment account, get the detailed data for an environment account connection.Methods in software.amazon.awssdk.services.proton that return types with arguments of type GetEnvironmentAccountConnectionResponse Modifier and Type Method Description default CompletableFuture<GetEnvironmentAccountConnectionResponse>ProtonAsyncClient. getEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest)In an environment account, get the detailed data for an environment account connection.default CompletableFuture<GetEnvironmentAccountConnectionResponse>ProtonAsyncClient. getEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest)In an environment account, get the detailed data for an environment account connection.
-