Uses of Interface
software.amazon.awssdk.services.macie2.model.GetMasterAccountRequest.Builder
-
Packages that use GetMasterAccountRequest.Builder Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.model -
-
Uses of GetMasterAccountRequest.Builder in software.amazon.awssdk.services.macie2
Method parameters in software.amazon.awssdk.services.macie2 with type arguments of type GetMasterAccountRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMasterAccountResponse>Macie2AsyncClient. getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest)(Deprecated) Retrieves information about the Amazon Macie administrator account for an account.default GetMasterAccountResponseMacie2Client. getMasterAccount(Consumer<GetMasterAccountRequest.Builder> getMasterAccountRequest)(Deprecated) Retrieves information about the Amazon Macie administrator account for an account. -
Uses of GetMasterAccountRequest.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return GetMasterAccountRequest.Builder Modifier and Type Method Description static GetMasterAccountRequest.BuilderGetMasterAccountRequest. builder()GetMasterAccountRequest.BuilderGetMasterAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMasterAccountRequest.BuilderGetMasterAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMasterAccountRequest.BuilderGetMasterAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GetMasterAccountRequest.Builder Modifier and Type Method Description static Class<? extends GetMasterAccountRequest.Builder>GetMasterAccountRequest. serializableBuilderClass()
-