Uses of Class
software.amazon.awssdk.services.iam.model.SetDefaultPolicyVersionResponse
-
Packages that use SetDefaultPolicyVersionResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of SetDefaultPolicyVersionResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return SetDefaultPolicyVersionResponse Modifier and Type Method Description default SetDefaultPolicyVersionResponseIamClient. setDefaultPolicyVersion(Consumer<SetDefaultPolicyVersionRequest.Builder> setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.default SetDefaultPolicyVersionResponseIamClient. setDefaultPolicyVersion(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.Methods in software.amazon.awssdk.services.iam that return types with arguments of type SetDefaultPolicyVersionResponse Modifier and Type Method Description default CompletableFuture<SetDefaultPolicyVersionResponse>IamAsyncClient. setDefaultPolicyVersion(Consumer<SetDefaultPolicyVersionRequest.Builder> setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.default CompletableFuture<SetDefaultPolicyVersionResponse>IamAsyncClient. setDefaultPolicyVersion(SetDefaultPolicyVersionRequest setDefaultPolicyVersionRequest)Sets the specified version of the specified policy as the policy's default (operative) version.
-