Uses of Interface
software.amazon.awssdk.services.detective.model.NewGeolocationDetail.Builder
-
Packages that use NewGeolocationDetail.Builder Package Description software.amazon.awssdk.services.detective.model -
-
Uses of NewGeolocationDetail.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return NewGeolocationDetail.Builder Modifier and Type Method Description static NewGeolocationDetail.BuilderNewGeolocationDetail. builder()NewGeolocationDetail.BuilderNewGeolocationDetail.Builder. ipAddress(String ipAddress)IP address using which the resource was accessed.NewGeolocationDetail.BuilderNewGeolocationDetail.Builder. isNewForEntireAccount(Boolean isNewForEntireAccount)Checks if the geolocation is new for the entire account.NewGeolocationDetail.BuilderNewGeolocationDetail.Builder. location(String location)Location where the resource was accessed.NewGeolocationDetail.BuilderNewGeolocationDetail. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type NewGeolocationDetail.Builder Modifier and Type Method Description static Class<? extends NewGeolocationDetail.Builder>NewGeolocationDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.detective.model with type arguments of type NewGeolocationDetail.Builder Modifier and Type Method Description default IndicatorDetail.BuilderIndicatorDetail.Builder. newGeolocationDetail(Consumer<NewGeolocationDetail.Builder> newGeolocationDetail)Contains details about the new geographic location.
-