Uses of Class
software.amazon.awssdk.services.chime.model.GetRetentionSettingsResponse
-
Packages that use GetRetentionSettingsResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetRetentionSettingsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetRetentionSettingsResponse Modifier and Type Method Description default GetRetentionSettingsResponseChimeClient. getRetentionSettings(Consumer<GetRetentionSettingsRequest.Builder> getRetentionSettingsRequest)Gets the retention settings for the specified Amazon Chime Enterprise account.default GetRetentionSettingsResponseChimeClient. getRetentionSettings(GetRetentionSettingsRequest getRetentionSettingsRequest)Gets the retention settings for the specified Amazon Chime Enterprise account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetRetentionSettingsResponse Modifier and Type Method Description default CompletableFuture<GetRetentionSettingsResponse>ChimeAsyncClient. getRetentionSettings(Consumer<GetRetentionSettingsRequest.Builder> getRetentionSettingsRequest)Gets the retention settings for the specified Amazon Chime Enterprise account.default CompletableFuture<GetRetentionSettingsResponse>ChimeAsyncClient. getRetentionSettings(GetRetentionSettingsRequest getRetentionSettingsRequest)Gets the retention settings for the specified Amazon Chime Enterprise account.
-