Uses of Class
software.amazon.awssdk.services.detective.model.GetMembersResponse
-
Packages that use GetMembersResponse 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. -
-
Uses of GetMembersResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return GetMembersResponse Modifier and Type Method Description default GetMembersResponseDetectiveClient. getMembers(Consumer<GetMembersRequest.Builder> 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.Methods in software.amazon.awssdk.services.detective that return types with arguments of type GetMembersResponse Modifier and Type Method Description default CompletableFuture<GetMembersResponse>DetectiveAsyncClient. getMembers(Consumer<GetMembersRequest.Builder> getMembersRequest)Returns the membership details for specified member accounts for a behavior graph.default CompletableFuture<GetMembersResponse>DetectiveAsyncClient. getMembers(GetMembersRequest getMembersRequest)Returns the membership details for specified member accounts for a behavior graph.
-