Uses of Class
software.amazon.awssdk.services.securityhub.model.CreateMembersRequest
-
Packages that use CreateMembersRequest 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 CreateMembersRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type CreateMembersRequest Modifier and Type Method Description default CompletableFuture<CreateMembersResponse>SecurityHubAsyncClient. createMembers(CreateMembersRequest createMembersRequest)Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account.default CreateMembersResponseSecurityHubClient. createMembers(CreateMembersRequest createMembersRequest)Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the administrator account. -
Uses of CreateMembersRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type CreateMembersRequest Modifier and Type Method Description SdkHttpFullRequestCreateMembersRequestMarshaller. marshall(CreateMembersRequest createMembersRequest)
-