Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.GetAppInstanceRetentionSettingsResponse
-
Packages that use GetAppInstanceRetentionSettingsResponse Package Description software.amazon.awssdk.services.chimesdkidentity The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. -
-
Uses of GetAppInstanceRetentionSettingsResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return GetAppInstanceRetentionSettingsResponse Modifier and Type Method Description default GetAppInstanceRetentionSettingsResponseChimeSdkIdentityClient. getAppInstanceRetentionSettings(Consumer<GetAppInstanceRetentionSettingsRequest.Builder> getAppInstanceRetentionSettingsRequest)Gets the retention settings for anAppInstance.default GetAppInstanceRetentionSettingsResponseChimeSdkIdentityClient. getAppInstanceRetentionSettings(GetAppInstanceRetentionSettingsRequest getAppInstanceRetentionSettingsRequest)Gets the retention settings for anAppInstance.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type GetAppInstanceRetentionSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAppInstanceRetentionSettingsResponse>ChimeSdkIdentityAsyncClient. getAppInstanceRetentionSettings(Consumer<GetAppInstanceRetentionSettingsRequest.Builder> getAppInstanceRetentionSettingsRequest)Gets the retention settings for anAppInstance.default CompletableFuture<GetAppInstanceRetentionSettingsResponse>ChimeSdkIdentityAsyncClient. getAppInstanceRetentionSettings(GetAppInstanceRetentionSettingsRequest getAppInstanceRetentionSettingsRequest)Gets the retention settings for anAppInstance.
-