Uses of Class
software.amazon.awssdk.services.artifact.model.GetAccountSettingsResponse
-
Packages that use GetAccountSettingsResponse Package Description software.amazon.awssdk.services.artifact This reference provides descriptions of the low-level AWS Artifact Service API. -
-
Uses of GetAccountSettingsResponse in software.amazon.awssdk.services.artifact
Methods in software.amazon.awssdk.services.artifact that return GetAccountSettingsResponse Modifier and Type Method Description default GetAccountSettingsResponseArtifactClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Get the account settings for Artifact.default GetAccountSettingsResponseArtifactClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Get the account settings for Artifact.Methods in software.amazon.awssdk.services.artifact that return types with arguments of type GetAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAccountSettingsResponse>ArtifactAsyncClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Get the account settings for Artifact.default CompletableFuture<GetAccountSettingsResponse>ArtifactAsyncClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Get the account settings for Artifact.
-