Uses of Interface
software.amazon.awssdk.services.appstream.model.AssociateApplicationToEntitlementRequest.Builder
-
Packages that use AssociateApplicationToEntitlementRequest.Builder Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.model -
-
Uses of AssociateApplicationToEntitlementRequest.Builder in software.amazon.awssdk.services.appstream
Method parameters in software.amazon.awssdk.services.appstream with type arguments of type AssociateApplicationToEntitlementRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateApplicationToEntitlementResponse>AppStreamAsyncClient. associateApplicationToEntitlement(Consumer<AssociateApplicationToEntitlementRequest.Builder> associateApplicationToEntitlementRequest)Associates an application to entitle.default AssociateApplicationToEntitlementResponseAppStreamClient. associateApplicationToEntitlement(Consumer<AssociateApplicationToEntitlementRequest.Builder> associateApplicationToEntitlementRequest)Associates an application to entitle. -
Uses of AssociateApplicationToEntitlementRequest.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type AssociateApplicationToEntitlementRequest.Builder Modifier and Type Method Description static Class<? extends AssociateApplicationToEntitlementRequest.Builder>AssociateApplicationToEntitlementRequest. serializableBuilderClass()
-