Uses of Class
software.amazon.awssdk.services.securityhub.model.GetMembersResponse
-
Packages that use GetMembersResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. -
-
Uses of GetMembersResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetMembersResponse Modifier and Type Method Description default GetMembersResponseSecurityHubClient. getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest)Returns the details for the Security Hub member accounts for the specified account IDs.default GetMembersResponseSecurityHubClient. getMembers(GetMembersRequest getMembersRequest)Returns the details for the Security Hub member accounts for the specified account IDs.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetMembersResponse Modifier and Type Method Description default CompletableFuture<GetMembersResponse>SecurityHubAsyncClient. getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest)Returns the details for the Security Hub member accounts for the specified account IDs.default CompletableFuture<GetMembersResponse>SecurityHubAsyncClient. getMembers(GetMembersRequest getMembersRequest)Returns the details for the Security Hub member accounts for the specified account IDs.
-