Uses of Class
software.amazon.awssdk.services.iam.model.SetSecurityTokenServicePreferencesResponse
-
Packages that use SetSecurityTokenServicePreferencesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of SetSecurityTokenServicePreferencesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return SetSecurityTokenServicePreferencesResponse Modifier and Type Method Description default SetSecurityTokenServicePreferencesResponseIamClient. setSecurityTokenServicePreferences(Consumer<SetSecurityTokenServicePreferencesRequest.Builder> setSecurityTokenServicePreferencesRequest)Sets the specified version of the global endpoint token as the token version used for the Amazon Web Services account.default SetSecurityTokenServicePreferencesResponseIamClient. setSecurityTokenServicePreferences(SetSecurityTokenServicePreferencesRequest setSecurityTokenServicePreferencesRequest)Sets the specified version of the global endpoint token as the token version used for the Amazon Web Services account.Methods in software.amazon.awssdk.services.iam that return types with arguments of type SetSecurityTokenServicePreferencesResponse Modifier and Type Method Description default CompletableFuture<SetSecurityTokenServicePreferencesResponse>IamAsyncClient. setSecurityTokenServicePreferences(Consumer<SetSecurityTokenServicePreferencesRequest.Builder> setSecurityTokenServicePreferencesRequest)Sets the specified version of the global endpoint token as the token version used for the Amazon Web Services account.default CompletableFuture<SetSecurityTokenServicePreferencesResponse>IamAsyncClient. setSecurityTokenServicePreferences(SetSecurityTokenServicePreferencesRequest setSecurityTokenServicePreferencesRequest)Sets the specified version of the global endpoint token as the token version used for the Amazon Web Services account.
-