Uses of Class
software.amazon.awssdk.services.securityhub.model.GetMembersRequest
-
Packages that use GetMembersRequest Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.transform -
-
Uses of GetMembersRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type GetMembersRequest Modifier and Type Method Description default CompletableFuture<GetMembersResponse>SecurityHubAsyncClient. getMembers(GetMembersRequest 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. -
Uses of GetMembersRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type GetMembersRequest Modifier and Type Method Description SdkHttpFullRequestGetMembersRequestMarshaller. marshall(GetMembersRequest getMembersRequest)
-