Uses of Class
software.amazon.awssdk.services.chime.model.GetAccountSettingsRequest
-
Packages that use GetAccountSettingsRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.transform -
-
Uses of GetAccountSettingsRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type GetAccountSettingsRequest Modifier and Type Method Description default CompletableFuture<GetAccountSettingsResponse>ChimeAsyncClient. getAccountSettings(GetAccountSettingsRequest 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. -
Uses of GetAccountSettingsRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type GetAccountSettingsRequest Modifier and Type Method Description SdkHttpFullRequestGetAccountSettingsRequestMarshaller. marshall(GetAccountSettingsRequest getAccountSettingsRequest)
-