Uses of Interface
software.amazon.awssdk.services.ec2.model.IntegrateServices.Builder
-
Packages that use IntegrateServices.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IntegrateServices.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IntegrateServices.Builder Modifier and Type Method Description IntegrateServices.BuilderIntegrateServices.Builder. athenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)Information about the integration with Amazon Athena.IntegrateServices.BuilderIntegrateServices.Builder. athenaIntegrations(Consumer<AthenaIntegration.Builder>... athenaIntegrations)Information about the integration with Amazon Athena.IntegrateServices.BuilderIntegrateServices.Builder. athenaIntegrations(AthenaIntegration... athenaIntegrations)Information about the integration with Amazon Athena.static IntegrateServices.BuilderIntegrateServices. builder()IntegrateServices.BuilderIntegrateServices. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IntegrateServices.Builder Modifier and Type Method Description static Class<? extends IntegrateServices.Builder>IntegrateServices. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IntegrateServices.Builder Modifier and Type Method Description default GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. integrateServices(Consumer<IntegrateServices.Builder> integrateServices)Information about the service integration.
-