Uses of Class
software.amazon.awssdk.services.macie2.model.GetMacieSessionResponse
-
Packages that use GetMacieSessionResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of GetMacieSessionResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetMacieSessionResponse Modifier and Type Method Description default GetMacieSessionResponseMacie2Client. getMacieSession(Consumer<GetMacieSessionRequest.Builder> getMacieSessionRequest)Retrieves the status and configuration settings for an Amazon Macie account.default GetMacieSessionResponseMacie2Client. getMacieSession(GetMacieSessionRequest getMacieSessionRequest)Retrieves the status and configuration settings for an Amazon Macie account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetMacieSessionResponse Modifier and Type Method Description default CompletableFuture<GetMacieSessionResponse>Macie2AsyncClient. getMacieSession(Consumer<GetMacieSessionRequest.Builder> getMacieSessionRequest)Retrieves the status and configuration settings for an Amazon Macie account.default CompletableFuture<GetMacieSessionResponse>Macie2AsyncClient. getMacieSession(GetMacieSessionRequest getMacieSessionRequest)Retrieves the status and configuration settings for an Amazon Macie account.
-