Uses of Class
software.amazon.awssdk.services.chime.model.GetAccountSettingsResponse
-
Packages that use GetAccountSettingsResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetAccountSettingsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetAccountSettingsResponse Modifier and Type Method Description default GetAccountSettingsResponseChimeClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings.default GetAccountSettingsResponseChimeClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAccountSettingsResponse>ChimeAsyncClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings.default CompletableFuture<GetAccountSettingsResponse>ChimeAsyncClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings.
-