Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.View
-
Packages that use View Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of View in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return View Modifier and Type Method Description ViewCreateViewResponse. view()A structure that contains the details about the new view.ViewGetViewResponse. view()A structure that contains the details for the requested view.ViewUpdateViewResponse. view()Details about the view that you changed with this operation.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type View Modifier and Type Method Description List<View>BatchGetViewResponse. views()A structure with a list of objects with details for each of the specified views.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type View Modifier and Type Method Description CreateViewResponse.BuilderCreateViewResponse.Builder. view(View view)A structure that contains the details about the new view.GetViewResponse.BuilderGetViewResponse.Builder. view(View view)A structure that contains the details for the requested view.UpdateViewResponse.BuilderUpdateViewResponse.Builder. view(View view)Details about the view that you changed with this operation.BatchGetViewResponse.BuilderBatchGetViewResponse.Builder. views(View... views)A structure with a list of objects with details for each of the specified views.Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type View Modifier and Type Method Description BatchGetViewResponse.BuilderBatchGetViewResponse.Builder. views(Collection<View> views)A structure with a list of objects with details for each of the specified views.
-