Uses of Interface
software.amazon.awssdk.services.macie2.model.ListResourceProfileDetectionsRequest.Builder
-
Packages that use ListResourceProfileDetectionsRequest.Builder Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.model -
-
Uses of ListResourceProfileDetectionsRequest.Builder in software.amazon.awssdk.services.macie2
Method parameters in software.amazon.awssdk.services.macie2 with type arguments of type ListResourceProfileDetectionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListResourceProfileDetectionsResponse>Macie2AsyncClient. listResourceProfileDetections(Consumer<ListResourceProfileDetectionsRequest.Builder> listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.default ListResourceProfileDetectionsResponseMacie2Client. listResourceProfileDetections(Consumer<ListResourceProfileDetectionsRequest.Builder> listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.default ListResourceProfileDetectionsPublisherMacie2AsyncClient. listResourceProfileDetectionsPaginator(Consumer<ListResourceProfileDetectionsRequest.Builder> listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.default ListResourceProfileDetectionsIterableMacie2Client. listResourceProfileDetectionsPaginator(Consumer<ListResourceProfileDetectionsRequest.Builder> listResourceProfileDetectionsRequest)Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket. -
Uses of ListResourceProfileDetectionsRequest.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ListResourceProfileDetectionsRequest.Builder Modifier and Type Method Description static ListResourceProfileDetectionsRequest.BuilderListResourceProfileDetectionsRequest. builder()ListResourceProfileDetectionsRequest.BuilderListResourceProfileDetectionsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to include in each page of a paginated response.ListResourceProfileDetectionsRequest.BuilderListResourceProfileDetectionsRequest.Builder. nextToken(String nextToken)The nextToken string that specifies which page of results to return in a paginated response.ListResourceProfileDetectionsRequest.BuilderListResourceProfileDetectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResourceProfileDetectionsRequest.BuilderListResourceProfileDetectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResourceProfileDetectionsRequest.BuilderListResourceProfileDetectionsRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.ListResourceProfileDetectionsRequest.BuilderListResourceProfileDetectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ListResourceProfileDetectionsRequest.Builder Modifier and Type Method Description static Class<? extends ListResourceProfileDetectionsRequest.Builder>ListResourceProfileDetectionsRequest. serializableBuilderClass()
-