Uses of Class
software.amazon.awssdk.services.ec2.model.GetVerifiedAccessGroupPolicyResponse
Packages that use GetVerifiedAccessGroupPolicyResponse
-
Uses of GetVerifiedAccessGroupPolicyResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetVerifiedAccessGroupPolicyResponseModifier and TypeMethodDescriptionEc2Client.getVerifiedAccessGroupPolicy(Consumer<GetVerifiedAccessGroupPolicyRequest.Builder> getVerifiedAccessGroupPolicyRequest) Shows the contents of the Verified Access policy associated with the group.Ec2Client.getVerifiedAccessGroupPolicy(GetVerifiedAccessGroupPolicyRequest getVerifiedAccessGroupPolicyRequest) Shows the contents of the Verified Access policy associated with the group.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetVerifiedAccessGroupPolicyResponseModifier and TypeMethodDescriptionEc2AsyncClient.getVerifiedAccessGroupPolicy(Consumer<GetVerifiedAccessGroupPolicyRequest.Builder> getVerifiedAccessGroupPolicyRequest) Shows the contents of the Verified Access policy associated with the group.Ec2AsyncClient.getVerifiedAccessGroupPolicy(GetVerifiedAccessGroupPolicyRequest getVerifiedAccessGroupPolicyRequest) Shows the contents of the Verified Access policy associated with the group.