Uses of Class
software.amazon.awssdk.services.proton.model.GetAccountSettingsResponse
-
Packages that use GetAccountSettingsResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of GetAccountSettingsResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return GetAccountSettingsResponse Modifier and Type Method Description default GetAccountSettingsResponseProtonClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Get detail data for Proton account-wide settings.default GetAccountSettingsResponseProtonClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Get detail data for Proton account-wide settings.Methods in software.amazon.awssdk.services.proton that return types with arguments of type GetAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAccountSettingsResponse>ProtonAsyncClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Get detail data for Proton account-wide settings.default CompletableFuture<GetAccountSettingsResponse>ProtonAsyncClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Get detail data for Proton account-wide settings.
-