Uses of Class
software.amazon.awssdk.services.detective.model.GetMembersRequest
-
Packages that use GetMembersRequest Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads.software.amazon.awssdk.services.detective.transform -
-
Uses of GetMembersRequest in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective with parameters of type GetMembersRequest Modifier and Type Method Description default CompletableFuture<GetMembersResponse>DetectiveAsyncClient. getMembers(GetMembersRequest getMembersRequest)Returns the membership details for specified member accounts for a behavior graph.default GetMembersResponseDetectiveClient. getMembers(GetMembersRequest getMembersRequest)Returns the membership details for specified member accounts for a behavior graph. -
Uses of GetMembersRequest in software.amazon.awssdk.services.detective.transform
Methods in software.amazon.awssdk.services.detective.transform with parameters of type GetMembersRequest Modifier and Type Method Description SdkHttpFullRequestGetMembersRequestMarshaller. marshall(GetMembersRequest getMembersRequest)
-