Uses of Class
software.amazon.awssdk.services.inspector2.model.AssociateMemberResponse
-
Packages that use AssociateMemberResponse Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments. -
-
Uses of AssociateMemberResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return AssociateMemberResponse Modifier and Type Method Description default AssociateMemberResponseInspector2Client. associateMember(Consumer<AssociateMemberRequest.Builder> associateMemberRequest)Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.default AssociateMemberResponseInspector2Client. associateMember(AssociateMemberRequest associateMemberRequest)Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type AssociateMemberResponse Modifier and Type Method Description default CompletableFuture<AssociateMemberResponse>Inspector2AsyncClient. associateMember(Consumer<AssociateMemberRequest.Builder> associateMemberRequest)Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.default CompletableFuture<AssociateMemberResponse>Inspector2AsyncClient. associateMember(AssociateMemberRequest associateMemberRequest)Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.
-