Uses of Class
software.amazon.awssdk.services.ec2.model.GetVerifiedAccessGroupPolicyResponse
-
Packages that use GetVerifiedAccessGroupPolicyResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetVerifiedAccessGroupPolicyResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetVerifiedAccessGroupPolicyResponse Modifier and Type Method Description default GetVerifiedAccessGroupPolicyResponseEc2Client. getVerifiedAccessGroupPolicy(Consumer<GetVerifiedAccessGroupPolicyRequest.Builder> getVerifiedAccessGroupPolicyRequest)Shows the contents of the Verified Access policy associated with the group.default GetVerifiedAccessGroupPolicyResponseEc2Client. 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 GetVerifiedAccessGroupPolicyResponse Modifier and Type Method Description default CompletableFuture<GetVerifiedAccessGroupPolicyResponse>Ec2AsyncClient. getVerifiedAccessGroupPolicy(Consumer<GetVerifiedAccessGroupPolicyRequest.Builder> getVerifiedAccessGroupPolicyRequest)Shows the contents of the Verified Access policy associated with the group.default CompletableFuture<GetVerifiedAccessGroupPolicyResponse>Ec2AsyncClient. getVerifiedAccessGroupPolicy(GetVerifiedAccessGroupPolicyRequest getVerifiedAccessGroupPolicyRequest)Shows the contents of the Verified Access policy associated with the group.
-